object DirectoryForm: TDirectoryForm Left = 761 Top = 427 BorderIcons = [] BorderStyle = bsDialog Caption = 'UCI Installer' ClientHeight = 203 ClientWidth = 234 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 152 Top = 171 Width = 75 Height = 25 Caption = 'OK' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 70 Top = 171 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 1 OnClick = Button2Click end object DirectoryListBox1: TDirectoryListBox Left = 7 Top = 37 Width = 220 Height = 97 ItemHeight = 16 TabOrder = 2 OnChange = DirectoryListBox1Change end object DriveComboBox1: TDriveComboBox Left = 7 Top = 143 Width = 220 Height = 19 TabOrder = 3 OnChange = DriveComboBox1Change end object Edit1: TEdit Left = 7 Top = 7 Width = 220 Height = 21 TabOrder = 4 OnChange = Edit1Change OnExit = Edit1Exit end end